Skip to content

Bump julia-actions/cache to v3, remove cache-save workaround#247

Merged
hexaeder merged 1 commit intomasterfrom
claude/fix-cache-v3
Mar 26, 2026
Merged

Bump julia-actions/cache to v3, remove cache-save workaround#247
hexaeder merged 1 commit intomasterfrom
claude/fix-cache-v3

Conversation

@hexaeder
Copy link
Copy Markdown
Collaborator

Summary

  • Bumps `julia-actions/cache` to v3 where needed
  • Removes the manual `actions/cache/save` fallback steps that were needed in v2 to save the cache on failure/cancellation — v3 handles this natively via a post-step (`save-always: true` by default)
  • Drops the now-orphaned `id: julia-cache` and step name from the cache steps

See the v3 release notes for details.

🤖 Generated with Claude Code

julia-actions/cache@v3 saves the cache on failure/cancellation natively,
so the explicit actions/cache/save fallback step is no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hexaeder hexaeder merged commit 9319d16 into master Mar 26, 2026
3 of 4 checks passed
@hexaeder hexaeder deleted the claude/fix-cache-v3 branch March 26, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant